type runtime.pallocBits
14 uses
runtime (current package)
mpallocbits.go#L133: type pallocBits pageBits
mpallocbits.go#L136: func (b *pallocBits) summarize() pallocSum {
mpallocbits.go#L239: func (b *pallocBits) find(npages uintptr, searchIdx uint) (uint, uint) {
mpallocbits.go#L253: func (b *pallocBits) find1(searchIdx uint) uint {
mpallocbits.go#L275: func (b *pallocBits) findSmallN(npages uintptr, searchIdx uint) (uint, uint) {
mpallocbits.go#L314: func (b *pallocBits) findLargeN(npages uintptr, searchIdx uint) (uint, uint) {
mpallocbits.go#L351: func (b *pallocBits) allocRange(i, n uint) {
mpallocbits.go#L356: func (b *pallocBits) allocAll() {
mpallocbits.go#L361: func (b *pallocBits) free1(i uint) {
mpallocbits.go#L366: func (b *pallocBits) free(i, n uint) {
mpallocbits.go#L371: func (b *pallocBits) freeAll() {
mpallocbits.go#L378: func (b *pallocBits) pages64(i uint) uint64 {
mpallocbits.go#L384: func (b *pallocBits) allocPages64(i uint, alloc uint64) {
mpallocbits.go#L428: pallocBits
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |